home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / pc_files / mktdata / econdata / docutils / amiarc.exe / RHELP.1 < prev    next >
Text File  |  1987-03-08  |  2KB  |  55 lines

  1. You will need to use the four commands on this screen for nearly every run.
  2.  
  3. title   (Abbrev ti) assign a title to the run.  It will appear on tables of 
  4.         results prepared with the Compare program.  Give the title first so
  5.         you don't forget it.
  6.  
  7. print   (pr) print the present value of an exogenous variable. Example:
  8.         print pop 
  9.  
  10. update  (up) change the values of an exogenous variable. Examples:
  11.         update pop
  12.         86.1 .2407 .2412  0   0
  13.         87.1  0    .2430  0   .2440;
  14.          (Where a 0 value is given, the value will be linearly interpolated.)
  15.         up g$ +10  
  16.          (This will add 10 to the present value of g$ in all periods.
  17.           The +, -, and * signs are recognized is this use.)
  18.         After updating a variable, you can and should print it again to be
  19.         sure the update has worked correctly. You can print and update a
  20.         variable as many times as necessary to get it correct.
  21.  
  22. run     run the model with the present values of the exogenous variables.
  23.  
  24.  
  25. add     take commands from a named file.  Example:
  26.         add fore.fix
  27.  
  28. The following five commands provide ways to influence the behavioral equations
  29.  
  30. cta     apply a constant term adjustment to the named endogenous variable. Ex:
  31.             cta vf$
  32.             86.1 10 15 12 8  4  3  2  1;
  33.         (In 1986.1, add 10 to the value of vf$ calculated by the equation;
  34.          in 1986.2, add 15; in 1986.3 add 12; and so on.)
  35. mul     apply a multiplicative adjustment to the named endogenous variable.
  36.         Same format as cta. 
  37. ovr     override the calculated values of an enodgenous variable with given
  38.         values. Same format as cta.
  39. rho     Apply rho adjustment to named endogenous variable with given rho. Ex:
  40.             rho vf$ .45
  41. skip    skip the equation for the named variable; use its historical values.
  42.             skip vf$
  43.  
  44.  
  45.  
  46. static  Perform a historical simulation using actual lagged values of
  47.         of endogenous variables.
  48.  
  49. help    display this file or file named after the word "help".
  50.  
  51. debug   turn on the debugging printing. It shows values of some variables on 
  52.         each iteration.  Hit carriage return to continue when printing pauses.
  53.  
  54. quit    exit from the program.
  55.